Skip to content
This repository has been archived by the owner on Apr 22, 2019. It is now read-only.

Fixed: self.placeholder does not update it's position when set textView's textContainerInset #133

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

meigesir
Copy link

the default vlue of textContainerInset is (8, 0, 8, 0)
For example:

    UIEdgeInsets edgeInsets = _textView.internalTextView.textContainerInset;
    edgeInsets.left = 8;
    edgeInsets.right = 8;
    _textView.internalTextView.textContainerInset = edgeInsets;

…ew's textContainerInset

the default vlue of textContainerInset  is (8, 0, 8, 0)
For example:

``` Objective-C
    UIEdgeInsets edgeInsets = _textView.internalTextView.textContainerInset;
    edgeInsets.left = 8;
    edgeInsets.right = 8;
    _textView.internalTextView.textContainerInset = edgeInsets;
```
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant